LoadISVPackage (Deprecated) |
This Web service operation is used to load the ISV package.
SOAP Request
<SOAP:Envelope xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/">
<SOAP:Body>
<LoadISVPackage xmlns="http://schemas.cordys.com/1.0/isvpackage">
<url>http://srv-ind-vbc9:/cordys/wcp/isvcontent/packages/sample.isvp</url>
<ISVPackage>
<description>
<owner>ESB</owner>
<name>Client</name>
<version>2.7</version>
<cn>ESB Client2.7</cn>
<wcpversion>4.2D1</wcpversion>
<build>280</build>
<textdescription>ESB Client ISVPackage</textdescription>
<eula source=""/>
<sidebar source=""/>
</description>
<content/>
<promptset/>
</ISVPackage>
</LoadISVPackage>
</SOAP:Body>
</SOAP:Envelope>
Request Parameters
Parameter |
Description |
Data Type |
|---|---|---|
url |
Specifies which ISV Package is being loaded. |
String |
description |
Pertains to the ISV Package details. This can include owner, name, version, cn, build and so on. |
String |
content |
Pertains to the content within an ISV package. This can be a pool of methods, menus, roles, jarfiles. |
XML |
promptset |
Defines the prompts that must appear while creating an ISV Package. |
XML |
dependencies |
This specifies the ISV packages, on which the ISV being created is dependent upon. |
String |